Fields  Properties  Methods 


GridData<T> Class Members

The following tables list the members exposed by GridData<T>.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public Field The synchronization object  
Top
Public Properties
 NameDescription
Public Property Gets the internal array, which is a rectangular two-dimensional array  
Public Property Gets or sets the element with the specified z and x index.  
Public Property Gets the size of the Internal array in the X-direction  
Public Property Gets the size of the Internal array in the Z-direction  
Top
Public Methods
 NameDescription
Public Method Clears and recreates the internal array with the desired X and Z size  
Public Method Gets the row at the specified Z index. The row is length X  
Public Method Pushes a row into the array, which discards one old row in a First In First Out fashion. use this method to scroll the GridData in the Z-direction  
Public Method Sets the row at the specified Z index  
Top
Extension Methods
 NameDescription
Public Extension Method Notifies that finalizer has been invoked
Public Extension MethodOverloaded. Converts an System.IComparable array to double array
Public Extension MethodYields a single item, converting it to System.Collections.IEnumerable.
Public Extension Method
Top
See Also